projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a1654
)
(x_erase_phys_cursor): Remove inverse_p.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 21:23:03 +0000
(21:23 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 21:23:03 +0000
(21:23 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 215eb8314829f48fe11a15252c5bb84bc132cab2..97be71da5423dd7a24b5dcbaebcf1ba8860095f4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-21 Jason Rumney <jasonr@gnu.org>
+
+ * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
+
2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
* mocklisp.c (Fml_if, Fml_provide_prefix_argument)
diff --git
a/src/w32term.c
b/src/w32term.c
index d57444f530abfe3387d64e3248da01767a94f8b1..2b6c6007bc7a832b8f0a669ba0f8bbc94747be1d 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-9427,8
+9427,6
@@
x_erase_phys_cursor (w)
/* Erase the cursor by redrawing the character underneath it. */
if (mouse_face_here_p)
hl = DRAW_MOUSE_FACE;
- else if (cursor_row->inverse_p)
- hl = DRAW_INVERSE_VIDEO;
else
hl = DRAW_NORMAL_TEXT;
x_draw_phys_cursor_glyph (w, cursor_row, hl);